This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254348 - Fortran: IDE doesn't highlight errors (gfortran)
Summary: Fortran: IDE doesn't highlight errors (gfortran)
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 15:16 UTC by soldatov
Modified: 2016-07-16 02:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (42.51 KB, image/png)
2015-08-13 15:22 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-08-13 15:16:52 UTC
main.f90:
integer, parameter :: i = 1
i = i + 1
end

====================================================================================
cd '/export/files/NB/CppApplication_4'
/usr/bin/gmake -f Makefile CONF=Debug
"/usr/bin/gmake" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
gmake[1]: Entering directory `/export/files/NB/CppApplication_4'
"/usr/bin/gmake"  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Solaris-x86/cppapplication_4
gmake[2]: Entering directory `/export/files/NB/CppApplication_4'
mkdir -p build/Debug/GNU-Solaris-x86
gfortran   -c -g -o build/Debug/GNU-Solaris-x86/main.o main.f90
main.f90:3:

i = i + 1
1
Error: Named constant 'i' in variable definition context (assignment) at (1)
gmake[2]: *** [build/Debug/GNU-Solaris-x86/main.o] Error 1
gmake[2]: Leaving directory `/export/files/NB/CppApplication_4'
gmake[1]: *** [.build-conf] Error 2
gmake[1]: Leaving directory `/export/files/NB/CppApplication_4'
gmake: *** [.build-impl] Error 2

BUILD FAILED (exit value 2, total time: 110ms)
====================================================================================

No hyperlinks in Output tab, no errors in editor
Comment 1 soldatov 2015-08-13 15:22:17 UTC
Created attachment 155328 [details]
screenshot
Comment 2 Alexander Simon 2016-07-15 11:44:59 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/a6b5c6da3507
Comment 3 Quality Engineering 2016-07-16 02:09:35 UTC
Integrated into 'main-silver', will be available in build *201607160002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a6b5c6da3507
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #254348 Fortran: IDE doesn't highlight errors (gfortran)